Vcenter FoundationLoadBalancers NodeInfo
The Vcenter FoundationLoadBalancers NodeInfo schema defines load balancer permanent description information and runtime operation information.
This schema was added in vSphere API 9.0.0.0.
{
"id": "string",
"version": {
"major": 0,
"minor": 0,
"patch": 0,
"revision": 0
},
"nics": [
{
"ip_settings": [
{
"type": "string",
"ip_address": "string",
"prefix": 0,
"personas": [
"string"
],
"gateway": "string"
}
],
"network": "string",
"device_id": "string"
}
],
"node_runtime_info": {
"vm": "string",
"maintenance_mode": "string",
"management_ip": "string",
"deployment_status": "string",
"deployment_notifications": [
{
"severity": "string",
"title": "string",
"message": "string",
"time": "string"
}
],
"ha_status": "string",
"health_status": "string",
"health_notifications": [
{
"severity": "string",
"title": "string",
"message": "string",
"time": "string"
}
],
"workload_alarms": [
{
"severity": "string",
"title": "string",
"message": "string",
"time": "string"
}
],
"utilization": {
"cpu": "string",
"memory": "string"
}
}
}
The load balancer node id generated by service or passed by the caller.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.FoundationLoadBalancerNode
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.FoundationLoadBalancerNode
.
The version of load balancer image running on current node.
This property was added in vSphere API 9.0.0.0.
Network interface configuration of load balancer node.
This property was added in vSphere API 9.0.0.0.
The runtime information of the node.
This property was added in vSphere API 9.0.0.0.